Param1Desc{Handle to a gadget}CommandName{getTextHeight}HelpPath{Other}ReturnValue{int height=}OpenBrace{(}Parameters{handle gadget, str text}CloseBrace{)}Description{Retrieves the height in pixels required to display the specified text using the specified gadget's font.<br>
This is normally used with drawText and canvas gadgets.}ReturnDescription{See Above}Param1{gadget}Param2{text}Param2Desc{Text which you wish to find the height of.}